Click or drag to resize

ResourceOptions Method (String)

Executes OPTIONS Http protocol method.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public WebHeaderCollection Options(
	string address
)

Parameters

address
Type: SystemString
The URI that identifies the resource.

Return Value

Type: WebHeaderCollection
WebHeaderCollection contains headers key/value pairs.
See Also